home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00073_Check for CD.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  186 b   |  13 lines

  1. on exitFrame
  2.   if not validateCD() then
  3.     answer = promptForCD()
  4.     if answer = #quit then
  5.       go("Quit")
  6.       exit
  7.     else
  8.       go(the frame)
  9.       exit
  10.     end if
  11.   end if
  12. end
  13.